
.mediaelement-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.mediaelement-video iframe,
.mediaelement-video object,
.mediaelement-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaelement {
	max-width: 100%;
	width: 100%;
	left: 0;
	right:0;
	margin:auto;
}